ExpandRecord

@Serializable
open class ExpandRecord<T : Record> : Record

Used for when you wish to serialize a Record with expanded relations. Type T is the Serializable class of the related record. Be sure you include the ExpandRelations field in the request.

For a full example of how to serialize a Record with expanded relations see the docs

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val collectionId: String? = null
Link copied to clipboard
val collectionName: String? = null
Link copied to clipboard
val expand: Map<String, T>? = null
Link copied to clipboard
open val id: String? = null

Functions

Link copied to clipboard
open override fun toString(): String